projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2007b
)
(tar-mode-map): Don't bind C-c.
author
Roland McGrath
<roland@gnu.org>
Thu, 12 Aug 1993 18:38:32 +0000
(18:38 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 12 Aug 1993 18:38:32 +0000
(18:38 +0000)
lisp/tar-mode.el
patch
|
blob
|
history
diff --git
a/lisp/tar-mode.el
b/lisp/tar-mode.el
index 189f2a715a5423d498f6fb7079dab0e2c935ca04..b224ec51e084e2cdee2dec6f5db09da8402ca988 100644
(file)
--- a/
lisp/tar-mode.el
+++ b/
lisp/tar-mode.el
@@
-448,7
+448,6
@@
is visible (and the real data of the buffer is hidden)."
(define-key tar-mode-map "n" 'tar-next-line)
(define-key tar-mode-map "\^N" 'tar-next-line)
(define-key tar-mode-map "o" 'tar-extract-other-window)
- (define-key tar-mode-map "\^C" 'tar-copy)
(define-key tar-mode-map "p" 'tar-previous-line)
(define-key tar-mode-map "\^P" 'tar-previous-line)
(define-key tar-mode-map "r" 'tar-rename-entry)